home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE greeter SYSTEM "greeter.dtd">
- <greeter>
-
- <!-- background -->
- <item type="pixmap">
- <normal file="../Human/background.png"/>
- <pos x="0" y="0" width="100%" height="100%"/>
- </item>
-
- <!-- circle -->
- <item type="pixmap">
- <normal file="circle.png"/>
- <pos x="50%" y="50%" width="scale" height="90%" anchor="c"/>
- </item>
-
- <!-- background -->
- <item type="pixmap">
- <normal file="../Human/ubuntu.png"/>
- <pos x="2%" y="3%" width="33%" height="scale" anchor="nw"/>
- </item>
-
- <!-- bottom bar -->
- <item type="rect">
- <normal color="#4c1e0c" alpha="0.50"/>
- <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
- <box xpadding="10" spacing="10" orientation="horizontal">
- <!-- options -->
- <item type="rect" id="options_button" button="true">
- <pos y="50%" width="box" height="box" anchor="w"/>
- <box xpadding="0" spacing="2" orientation="horizontal">
- <item type="pixmap">
- <normal file="icon-session.png"/>
- <prelight file="icon-session-prelight.png"/>
- <active file="icon-session-active.png"/>
- </item>
- <item type="label">
- <normal font="Sans 11" color="#ffffff"/>
- <prelight font="Sans 11" color="#ff9c36"/>
- <active font="Sans 11" color="#dc292b"/>
- <pos y="50%" anchor="w"/>
- <stock type="options"/>
- </item>
- </box>
- </item>
- <!-- halt -->
- <item type="rect" id="halt_button" button="true">
- </item>
- <!-- quit / disconnect -->
- <item type="rect" id="disconnect_button" button="true">
- </item>
- </box>
- </item>
-
- <!-- hostname and clock -->
- <item type="rect">
- <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
- <box xpadding="10" spacing="10" orientation="horizontal">
- <item type="label">
- <pos x="100%" y="50%" anchor="e"/>
- <normal font="Sans Bold 11" color="#ffffff"/>
- <text>%h //</text>
- </item>
- <item type="label" id="clock">
- <pos x="100%" y="50%" anchor="e"/>
- <normal font="Sans 11" color="#ffffff"/>
- <text>%c</text>
- </item>
- </box>
- </item>
-
-
- <!-- password box -->
- <item type="rect">
- <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
- <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
- <item type="rect">
- <pos x="0" y="0" width="box" height="box" expand="true"/>
- <normal color="#ffffff" alpha="0.3"/>
- <box xpadding="50" ypadding="15" spacing="10" orientation="vertical">
- <item type="label" id="pam-prompt">
- <pos x="0"/>
- <normal font="Sans Bold 10" color="#523921"/>
- <stock type="username-label"/>
- </item>
- <item type="rect">
- <normal color="#523921"/>
- <pos width="160" height="24"/>
- <fixed>
- <item type="entry" id="user-pw-entry">
- <normal color="#000000" font="Sans 12"/>
- <pos y="1" x="1" width="-2" height="-2" anchor="nw"/>
- </item>
- </fixed>
- </item>
- <!-- timer warning -->
- <item type="label" id="timed-label">
- <show type="timed"/>
- <normal font="Sans Bold 11" color="#523921"/>
- <stock type="timed-label"/>
- </item>
- </box>
- </item>
- </box>
- </item>
-
-
- <!-- caps lock warning -->
- <item type="label" id="caps-lock-warning">
- <pos x="-6" y="-48" anchor="se"/>
- <normal font="Sans Bold 11" color="#dc292b"/>
- <stock type="caps-lock-warning"/>
- </item>
-
-
- <!-- pam error -->
- <item type="label" id="pam-error">
- <pos x="6" y="-48" anchor="sw" />
- <normal font="Sans Bold 11" color="#dc292b"/>
- <text></text>
- </item>
-
- <!-- pam message -->
- <item type="label" id="pam-message">
- <pos x="50%" anchor="c" />
- <normal alpha="0.00" color="#000000"/>
- <text></text>
- </item>
-
- </greeter>
-